body {
  line-height: 1.5;
  background: #dbd8d8;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #fab402;
}

::-webkit-scrollbar-thumb:hover {
  background: #d29703;
}

.img-thumbnail {
  border: 4px solid white;
  border-radius: 10px;
}

.zoom {
  height: 250px;
  overflow: hidden;
  background-color: black;
  visibility: hidden;
}

.zoom img {
  transition: transform 0.8s;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 250px;
  opacity: 0.7;
}

.zoom img:hover {
  opacity: 1;
  transform: scale(1.3) rotate(2deg);
  transition: 1.5s;
}
.element {
  margin: 0;
}

h1,
h2 {
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #e4a812;
  background: -webkit-linear-gradient(#e4a812, rgb(228, 228, 3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
  font-weight: bold;
  font-family: "Dosis", sans-serif;
  border-bottom: 1px solid #e4a812;
}

main {
  margin-top: 100px;
}

.navbar {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 3;
  background: whitesmoke;
}

.navbar-toggler {
  background-image: linear-gradient(#e4a812, #936d0c);
  width: 3rem;
  height: 2rem;
  border: none;
}

.navbar-toggler:hover {
  background-image: linear-gradient(white, gray);
  width: 3rem;
  height: 2rem;
  border: none;
}

.navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 10px;
  border: none;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-toggle {
  color: black !important;
}

.dropdown-toggle:hover {
  color: #e4a812 !important;
}

.dropdown-item {
  color: black;
  font-size: 16px;
  padding: 4px;
  display: inline-block;
  position: relative;
  &:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -5px 0;
    left: 0;
    background-color: #e4a812;
    transition: all 0.4s ease-in 0s;
  }
  &:hover:after {
    width: 100%;
  }
}

.dropdown-item:hover {
  color: #e4a812;
  transition: 0.3s;
}

.nav-item {
  color: black;
  display: inline-block;
  position: relative;
  &:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -5px 0;
    left: 0;
    background-color: #e4a812;
    transition: all 0.4s ease-in 0s;
  }
  &:hover:after {
    width: 100%;
  }
}

.nav-item a:not(.dropdown-item) {
  color: black;
  font-size: 16px;
}

.nav-item a:hover:not(.dropdown-item) {
  color: #e4a812;
}

.pima_logo {
  width: 200px;
  margin-right: 10px;
}

.navbar-toggler {
  background-color: whitesmoke;
}

.navbar-nav li {
  margin: 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

footer {
  margin-top: 0;
  padding-top: 10px;
  background-color: white;
  box-shadow: inset 1px 1px 9px 1px #111010;
}

footer .row {
  background-color: white;
  width: 100%;
  height: auto;
}

footer a {
  text-decoration: none;
}

.hizmetlerimiz a {
  text-align: left;
  text-decoration: none;
  list-style: none;
  color: #e4a812;
}

.hizmetlerimiz li {
  margin-top: 7px;
}
.hizmetlerimiz a:hover {
  color: black;
}

.svg-div {
  padding-top: 5px;
}

svg {
  color: #022546;
}

.hizmetlerimiz ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-left: 0;
}

.hizmetlerimiz {
  color: #e4a812;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hizmetlerimiz-div {
  width: 100%;
}

.adres p,
.mail-telefon p {
  text-align: justify;
  color: #e4a812;
}

.adres,
.mail-telefon {
  display: flex;
  align-items: center;
}

.adres-row {
  align-items: start;
}

.iletisim p {
  color: black;
}

footer h3 {
  text-align: start;
  color: #022546;
  font-weight: 600;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pima_logo_footer {
  width: 10rem;
}

/* FOOTER BİTİŞ */

/* EFEKTLER */
.element.visible {
  animation-name: center;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes center {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* MEDIA--- */

@media screen and (max-width: 992px) {
  .hizmetlerimiz,
  .footer-logo {
    justify-content: start;
    align-items: center;
  }

  .hizmetlerimiz li,
  p {
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }
  .nav-link,
  .dropdown-item {
    text-align: center;
  }

  .btn-col {
    padding: 0 12px 0;
  }

  .hizmetlerimiz-div {
    color: white;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adres,
  .mail-telefon {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .adres-row {
    flex-direction: column;
    align-items: center;
  }
  .adres-col {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tel-mail-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px;
  }

  footer .row {
    background-color: white;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 415px) {
  .zaman-class {
    font-size: 8px;
  }
  .zoom {
    visibility: visible;
  }
  .pamuk video {
    width: 200;
  }
}
@media screen and (max-width: 281px) {
  .pima_logo {
    width: 150px;
  }
}
